home *** CD-ROM | disk | FTP | other *** search
- TABLE OF CONTENTS
-
- egb/gbradio.library/EGB_CreateRadioGadget
- egb/gbradio.library/EGB_ModifyRadioGadget
- egb/gbradio.library/EGB_OffRadioElems
- egb/gbradio.library/EGB_OnRadioElems
- egb/gbradio.library/EGB_CreateRadioGadgetegb/gbradio.library/EGB_CreateRadioGadget
-
- NAME
- EGB_CreateRadioGadget --
-
- SYNOPSIS
- EGB_CreateRadioGadget(con, names, height, id)
- A0 A1 D0 D1
-
- EB_GadBoxPtr EGB_CreateRadioGadget(EB_GadContext, EB_StrArrayPtr, WORD, LONG)
-
- FUNCTION
- Creates a gadbox radio button gadget. These gadgets offer several
- buttons, but only one can be activated at any time.
-
- INPUTS
- con : associated gadget context
- names : array of names for buttons
- height : number of names to be ordered vertical
- id : gadgets id
-
- RESULT
-
- SEE ALSO
-
-
- egb/gbradio.library/EGB_ModifyRadioGadgetegb/gbradio.library/EGB_ModifyRadioGadget
-
- NAME
- EGB_ModifyRadioGadget --
-
- SYNOPSIS
- EGB_ModifyRadioGadget(win, gad, sel)
- A0 A1 D0
-
- void EGB_ModifyRadioGadget(EI_WindowPtr, EI_GadgetPtr, LONG)
-
- FUNCTION
- Activates a different button of a radio gadget.
-
- INPUTS
- win : Window, that contains the gadget; if NULL, no refresh is done
- gad : The radio gadget
- data : The number of the button to be activated
-
- RESULT
-
- SEE ALSO
-
-
- egb/gbradio.library/EGB_OffRadioElems egb/gbradio.library/EGB_OffRadioElems
-
- NAME
- EGB_OffRadioElems --
-
- SYNOPSIS
- EGB_OffRadioElems(win, gad, elems)
- A0 A1 D0
-
- void EGB_OffRadioElems(EI_WindowPtr, EI_GadgetPtr, ULONG)
-
- FUNCTION
- Makes several buttons of a radio gadget unselectable.
-
- INPUTS
- win : Window that contains the gadget; if NULL, no refresh is done
- gad : the radio gadget
- elems : Each bit in the 32 bit number represents one button. If the bit
- is set, the associated gadget becomes unselectable.
-
- RESULT
-
- SEE ALSO
-
-
- egb/gbradio.library/EGB_OnRadioElems egb/gbradio.library/EGB_OnRadioElems
-
- NAME
- EGB_OnRadioElems --
-
- SYNOPSIS
- EGB_OnRadioElems(win, gad, elems)
- A0 A1 D0
-
- void EGB_OnRadioElems(EI_WindowPtr, EI_GadgetPtr, ULONG)
-
- FUNCTION
- Makes several buttons of a radio gadget selectable.
-
- INPUTS
- win : The window that contains the gadget; if NULL no refresh is done.
- gad : The radio gadget
- elems : Each bit in this 32 bit number represents one button. If a bit is
- set, the associated gadget becomes selectable.
-
- RESULT
-
- SEE ALSO
-
-
-